home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc6lpcg.dxr / 00235.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  1.2 KB  |  52 lines

  1. on mouseDown
  2.   set towhere to marker("place names")
  3.   set typesize to 15
  4.   set rollline to ((the mouseV - the locV of sprite the clickOn) / typesize) + 1
  5.   case rollline of
  6.     1:
  7.       set towhere to "Annies Canyon"
  8.     2:
  9.       set towhere to "Antelope Canyon"
  10.     3:
  11.       set towhere to "Antelope Canyon"
  12.     4:
  13.       set towhere to "Bowns Canyon"
  14.     5:
  15.       set towhere to "Bullfrog Bay"
  16.     6:
  17.       set towhere to "Bullfrog Bay"
  18.     7:
  19.       set towhere to "Bullfrog Bay"
  20.     8:
  21.       set towhere to "Castle Butte"
  22.     9:
  23.       set towhere to "Castle Rock"
  24.     10:
  25.       set towhere to "Cataract Canyon"
  26.     11:
  27.       set towhere to "Cathedral Canyon"
  28.     12:
  29.       set towhere to "Cathedral Canyon"
  30.     13:
  31.       set towhere to "Clay Hills Crossing"
  32.     14:
  33.       set towhere to "Clear Creek Canyon"
  34.     15:
  35.       set towhere to "Crossing of the Fathers"
  36.     16:
  37.       set towhere to "Dangling Rope Canyon"
  38.     17:
  39.       set towhere to "Davis Gulch"
  40.     18:
  41.       set towhere to "Dirty Devil River"
  42.     19:
  43.       set towhere to "Dominguez Butte"
  44.     20:
  45.       set towhere to "Driftwood Canyon"
  46.     otherwise:
  47.       exit
  48.   end case
  49.   clickbtnB(30, "tone", towhere)
  50.   updateStage()
  51. end
  52.